﻿@charset "utf-8";

/* CSS Document */
A {
	COLOR: #666;
	TEXT-DECORATION: none;
	transition: all 0.4s;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}

DIV {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
UL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
LI {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
P {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: justify;
}
FORM {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
EM {
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
}
TABLE {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	BORDER-COLLAPSE: collapse;
}
DT {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
DL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
DD {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
FORM {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
TR {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}
.cl {
	HEIGHT: 0px;
	CLEAR: both;
}
.fl {
	FLOAT: left
}
.fr {
	FLOAT: right
}

.c {
	*zoom: 1;
}

.c:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.col-white {
	color: #fff;
}

input,button,textarea {
	outline: none;
	border: none;
	background: none;
	color: #666;
	transition: all 0.4s;
}

input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

img {
	display: block;
	width: auto;
	max-width: 100%;
	transition: all 0.4s;
}

svg,path,span,p,em,i,dd,li,dl,a {
	transition: all 0.4s;
}
*{
	box-sizing: border-box;
	font-style: normal;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
	font-family: "sy";
}
h2{
	font-family: "黑体";
}
h1,h2,h3,h4,h5,h6,dt,strong,b,p{
	font-weight: normal;
	transition: all 0.4s;
}

BODY {
	FONT: 16px "sy";
	width: 100%;
	overflow-x: hidden;
	color: #666;
}

/*字体定义*/
@font-face {
	font-family: "sy";
	src: url("../fonts/SOURCEHANSANSCN-NORMAL.OTF");
}
@font-face {
	font-family: "din-r";
	src: url("../fonts/DINPro-Regular.otf");
}
@font-face {
	font-family: "din-m";
	src: url("../fonts/DINPro-Medium.otf");
}
/*浏览器滚动条 begin*/

 ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

 ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}
/*公共样式*/
.container{
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
/*PC公共头部*/
.pcheader{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.06);
	padding-left: 50px;
	transition: all 0.4s;
}
.pclogo{
	width: 360px;
	transition: all 0.4s;
}
.pcnav{
	transition: all 0.4s;
	width: calc(100% - 830px);
}
.pcnav .nav{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 30px;
}
.pcnav .nav li {
	position: relative;
	z-index: 10;
}
.pcnav .nav li > a{
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 100px;
	position: relative;
}
.pcnav .nav li > a h3{
	font-size: 18px;
	color: #1a1a1a;
}
.pcnav .nav li > a i{
	font-size: 12px;
	color: #07101a;
	margin-left: 8px;
}
.pcnav .nav li:hover > a h3,
.pcnav .nav li.on > a h3{
	color: #04952c;
}

.pcnav .nav li.on > a i,
.pcnav .nav li:hover > a i{
	transform: rotate(180deg);
	color: #04952c;
}

.subnav{
	width: 130px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 50px);
	z-index: 10;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.06);
}
.pcnav .nav li:nth-child(2) .subnav{
	width: max-content;
}
.subnav.on{
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}
.subnav dl dd a{
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 44px;
	padding: 0 20px;
	border-bottom: 1px dashed #dbdbdb;
}
.subnav dl dd:last-child a{
	border-bottom: none;
}
.subnav dl dd a:hover{
	background: #04952c;
	color: #fff;
}
.pclan{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 150px;
	transition: all 0.4s;
}
.pclan img{
	width: 18px;
	margin-right: 10px;
}
.pclan a{
	display: block;
	font-size: 14px;
	line-height: 1;
}
.pclan i{
	display: block;
	width: 1px;
	height: 14px;
	background: #dbdbdb;
	margin: 0 10px;
}
.pclan a:hover{
	color: #04952C;
}
.pctel{
	background: #04952c;
	width: 320px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}
.pctel i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 15px;
}
.pctel dl dt{
	font-size: 14px;
	color: #FFFFFF;
}
.pctel dl a{
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	font-family: din-m;
	line-height: 1;
	margin-top: 2px;
}
/*手机公共头部*/
.mobheader{
	display: none;
	width: 100%;
	height: 70px;
	padding: 0 20px;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.06);
}
.mobheader .moblogo{
	width: 240px;
}
.mobheader .mobmenu {
	display: flex;
	align-items: center;
}
.mobheader .mobmenu dl{
	transform: rotateY(180deg);
	margin-right: 10px;
}
.mobheader .mobmenu dl dd {
	width: 0;
	height: 2px;
	background: #04952c;
}
.mobheader .mobmenu dl dd:first-child {
	animation: sjnav 2.4s linear infinite;
}
.mobheader .mobmenu dl dd:nth-child(2) {
	margin: 6px 0;
	width: 30px;
}
.mobheader .mobmenu dl dd:last-child {
	animation: sjnav 2.4s linear infinite;
	animation-delay: 0.4s;
}
.mobheader .mobmenu h4 {
	color: #1a1a1a;
	font-size: 16px;
}
.mobnav{
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	opacity: 0;
	transition: all 0.3s;
}
.mobnav.show{
	left: 0%;
	opacity: 1;
}
.mobnav .top{
	position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    background: #fff;
    box-shadow: 0 10px 100px 0 rgb(0 0 0 / 8%);
    padding: 0 20px;
}
.mobnav .top .logo{
	width: 240px;
}
.mobnav .top .mobnavclose{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #1a1a1a;
}
.mobnav .bottom{
	padding: 20px;
}
.mobnav .bottom .nav li{
	margin: 20px 0;
}
.mobnav .bottom .nav li h3 a{
	display: block;
	text-align: center;
	line-height: 56px;
	color: #1a1a1a;
	background: #f5f5f5;
	font-size: 16px;
}

.mobnav .bottom .nav li .m-subnav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.mobnav .bottom .nav li .m-subnav a{
	display: block;
	margin: 0 15px;
	line-height: 30px;
}
.mobnav .bottom .nav li.on h3 a,
.mobnav .bottom .nav li h3 a:hover{
	background: #04952C;
	color: #fff;
}
.mobnav .bottom .nav li .m-subnav a:hover{
	color: #04952C;
}
.mobnav .bottom .moblan{
	display: block;
	width: 100%;
	line-height: 54px;
	text-align: center;
	margin: 20px 0;
	border:1px solid #ccc;
	font-family: din-m;
	font-size: 18px;
	color: #69a720;
}
.mobnav .bottom .moblan:hover{
	background: #69a720;
	border-color: #69a720;
	color: #fff;
}
/*公共底部*/
.footer {
	background: #0f171f;
	padding: 70px 0;
}

.footer .container {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.footer .left dl{
	display: flex;
	flex-wrap: wrap;
}
.footer .left h3{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 30px;
}
.footer .left dl dd{
	margin-right: 50px;
}
.footer .left dl dd:last-child{
	margin-right: 0;
}
.footer .left dl dd span{
	display: block;
	font-size: 14px;
	color: #b2b2b2;
	line-height: 1;
	margin-top: 18px;
}
.footer .left dl dd span:first-child{
	margin-top: 0;
}
.footer .left dl dd span i{
	padding-left: 14px;
}
.footer .left dl dd a{
	color: #b2b2b2;
}
.footer .left dl dd a:hover{
	color: #69a61f;
}
.footer .foot-contact dl dd a:hover{
	color: #fff;
}
.footer .center {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: 0 40px;
}
.footer .center dl {
	margin:0 25px;
}
.footer .center dl dt{
	margin-bottom: 30px;
}
.footer .center dl dt a{
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 30px;
}
.footer .center dl dd{
	margin-top: 18px;
}
.footer .center dl dd:first-child{
	margin-top: 0;
}
.footer .center dl dd a{
	display: block;
	font-size: 14px;
	color: #b2b2b2;
	line-height: 1;
	margin-top: 18px;
}
.footer .center dl dd a:hover{
	color: #69A720;
}
.footer .right span{
	display: block;
	color: #FFFFFF;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}
/*版权说明*/
.copy {
	background: #04952c;
}
.copy .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
.copy .left{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.copy .left a{
	color: inherit;
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.copy .left a img{
	width: 16px;
	transform: translateY(-1px);
	margin-right: 8px;
}
.copy .left a:hover {
	text-decoration: underline;
}
.copy .right{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.copy .right a {
	color: inherit;
}
.copy .right a:hover {
	text-decoration: underline;
}

/*侧边栏*/
.top-back{
	display: flex;
	align-items: center;
	justify-content: center;
	width:60px;
	height: 60px;
	background: #04952c;
	position: fixed;
	z-index: 999;
	bottom: 80px;
	right: 40px;
	cursor: pointer;
	transition: all 0.4s;
	opacity: 0;
}
.top-back.show{
	opacity: 1;
}
.top-back:hover{
	background: #69A720;
}
/*手机端底部状态栏*/
.statu{
	display: none;
	background: #cf0e44;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.statu .statubtn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.statu .statubtn i{
	display: flex;
	align-items: center;
	justify-content: center;
}
.statu .statubtn  span{
	display: block;
	color: #fff;
	margin-left: 8px;
}
.statu .statuhide{
	display: none;
	background: #FFFFFF;
	padding: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.06);
}
.statu .statuhide dl{
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.statu .statuhide dl dt{
	display: flex;
    align-items: center;
    justify-content: center;
	background: #69A720;
	color: #FFFFFF;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-right: 20px;
}
.statu .statuhide dl dd span{
	display: block;
	line-height: 28px;
}
.statu .statuhide dl dd span a{
	font-family: din-m;
    font-size: 16px;
    display: inline-block;
    transform: translateY(1px);
    color: #04952c;
}
.statu .statuhide i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #1a1a1a;
	position: absolute;
	right: 10px;
	top: 10px;
}
@media only screen and (min-width: 1201px) {
	/*PC导航滚动事件*/
	.pcheader.scrollTop{
		padding-left: 30px;
	}
	.pcheader.scrollTop .pclogo{
		width: 240px;
	}
	.pcheader.scrollTop .pcnav {
	    width: calc(100% - 630px);
	}
	.pcheader.scrollTop .pcnav .nav li > a{
		height: 80px;
	}
	.pcheader.scrollTop .pcnav .nav li > a h3 {
	    font-size: 16px;
	}
	.pcheader.scrollTop .pclan{
		width: 130px;
	}
	.pcheader.scrollTop .pctel{
		width: 260px;
		height: 80px;
	}
	.pcheader.scrollTop .pctel dl a {
	    font-size: 20px;
	}
}

@media only screen and (max-width: 1600px) {
	/*PC公共头部*/
	.pcheader{
		padding-left: 30px;
	}
	.pclogo {
	    width: 300px;
	}
	.pcnav {
	    width: calc(100% - 690px);
	}
	.pcnav .nav {
	    padding-right: 20px;
	}
	.pcnav .nav li > a {
	    padding: 0 20px;
	    height: 90px;
	}
	.pcnav .nav li > a h3 {
	    font-size: 16px;
	}
	.pclan{
		width: 130px;
	}
	.pctel {
	    width: 260px;
	    height: 90px;
	}
	.pctel dl a {
	    font-size: 20px;
    }
}
@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		FONT: 14px "sy";
	}
	.container{
		max-width: 1260px;
	}
	
	/*PC公共头部*/
	.pclogo {
	    width: 240px;
	}
	.pcnav {
	    width: calc(100% - 630px);
	}
	.pcnav .nav li > a {
	    height: 80px;
	}
	.subnav {
    	width: 120px;
    }
	.pclan{
		width: 130px;
	}
	.pctel {
	    height: 80px;
	}
	/*公共底部*/
	.footer {
	    padding: 60px 0;
	}
	.footer .center dl:last-child{
		display: none;
	}
	.footer .center {
	    padding: 0 30px;
	}
	/*版权说明*/
	.copy .container{
	    height: 70px;
	}
	/*侧边栏*/
	.top-back{
		width: 50px;
		height: 50px;
		bottom: 70px;
		right: 10px;
	}
	.top-back svg{
		width: 36px;
		height: 36px;
	}
}
@media only screen and (max-width: 1320px) {
	/*公共样式*/
	.container{
		max-width: 1180px;
	}
	/*PC公共头部*/
	.pcnav .nav {
	    padding-right: 10px;
	}
	.pcnav .nav li > a {
	    padding: 0 15px;
	}
	/*公共底部*/
	.footer .left dl dd {
	    margin-right: 40px;
	}
	.footer .center {
	    padding: 0 15px;
	}
}
@media only screen and (max-width: 1200px){
	/*公共样式*/
	.container{
		max-width: 900px;
	}
	/*PC公共头部*/
	.pcheader {
	    padding: 0 20px;
	}
	.pcnav {
	    width: calc(100% - 345px);
	}
	.pcnav .nav li > a h3 {
	    font-size: 14px;
	}
	.subnav {
	    width: 110px;
	}
	.pclan {
	    width: 105px;
	}
	.pctel{
		display: none;
	}
	/*公共底部*/
	.footer {
	    padding: 50px 0;
	}
	.footer .center {
	    display: none;
	}
}
@media only screen and (max-width: 900px){
	/*公共样式*/
	.container{
		max-width: 100%;
		padding: 0 20px;
	}
	/*PC公共头部*/
	.pcheader{
		display: none;
	}
	/*手机公共头部*/
	.mobheader{
		display: flex;
	}
	/*公共底部*/
	.footer {
	    padding: 40px 0;
	}
	.footer .left h3 {
	    margin-bottom: 20px;
	}
	.footer .left dl dd {
	    margin-right: 30px;
	}
	.footer .left dl dd span {
	    margin-top: 15px;
	}
	.footer .right{
		width: 100px;
	}
	/*侧边栏*/
	.top-back{
		right: 20px;
	}
}	
@media only screen and (max-width: 767px){
	/*公共样式*/
	.container{
		padding: 0 10px;
	}
	/*手机公共头部*/
	.mobheader {
	    height: 60px;
	    padding: 0 10px;
    }
    .mobheader .moblogo {
	    width: 180px;
	}
	.mobheader .mobmenu h4 {
	    font-size: 14px;
	}
	.mobnav .top {
	    height: 60px;
	    padding: 0 10px;
	}
	.mobnav .top .logo {
	    width: 180px;
	}
	.mobnav .top .mobnavclose {
	    font-size: 20px;
	}
	.mobnav .bottom {
	    padding: 10px;
	}
	.mobnav .bottom .nav li {
	    margin: 10px 0;
	}
	.mobnav .bottom .nav li h3 a {
    	line-height: 50px;
    }
    .mobnav .bottom .nav li .m-subnav a {
	    margin: 0 10px;
	}
	.mobnav .bottom .nav li:nth-child(2) .m-subnav{
		display: block;
		text-align: center;
	}
	.mobnav .bottom .moblan {
	    line-height: 48px;
	    margin: 10px 0;
	    font-size: 16px;
	}
	/*公共底部*/
	.footer {
	    padding: 30px 0;
	}
	.footer .left h3 {
		font-size: 16px;
	}
	.footer .left dl dd {
	    margin-right: 0;
	}
	.footer .left dl dd:nth-child(2),
	.footer .left dl dd:nth-child(3){
	    display: none;
	}
	.footer .left dl dd span {
	    margin-top: 12px;
	}
	.footer .right span {
	    font-size: 12px;
	}
	/*版权说明*/
	.copy {
	    margin-bottom: 50px;
	    display: flex;
	    align-items: center;
	    height: 120px;
	}
	.copy .container{
		display: block;
    	text-align: center;
    	height: auto;
	}
	.copy .left{
    	display: block;
    	text-align: center;
    }
    .copy .left a {
	    margin-left: 0;
	    justify-content: center;
	    padding: 5px 0;
	}
	/*侧边栏*/
	.top-back{
		width: 40px;
		height: 40px;
		bottom: 60px;
		right: 10px;
	}
	.top-back svg{
		width: 30px;
		height: 30px;
	}
	/*状态栏*/
	.statu{
		display: block;
	}
}